func crypto/tls.cipherSuiteTLS13ByID
10 uses
crypto/tls (current package)
cipher_suites.go#L395: if c := cipherSuiteTLS13ByID(cID); c != nil {
cipher_suites.go#L632: return cipherSuiteTLS13ByID(id)
cipher_suites.go#L638: func cipherSuiteTLS13ByID(id uint16) *cipherSuiteTLS13 {
conn.go#L1237: cipherSuite := cipherSuiteTLS13ByID(c.cipherSuite)
handshake_client.go#L321: cipherSuite := cipherSuiteTLS13ByID(session.cipherSuite)
handshake_client.go#L327: offeredSuite := cipherSuiteTLS13ByID(offeredID)
handshake_client_tls13.go#L240: pskSuite := cipherSuiteTLS13ByID(hs.session.cipherSuite)
handshake_client_tls13.go#L326: pskSuite := cipherSuiteTLS13ByID(hs.session.cipherSuite)
handshake_client_tls13.go#L654: cipherSuite := cipherSuiteTLS13ByID(c.cipherSuite)
handshake_server_tls13.go#L273: pskSuite := cipherSuiteTLS13ByID(sessionState.cipherSuite)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)